home *** CD-ROM | disk | FTP | other *** search
/ PC Media 7 / PC MEDIA CD07.iso / share / prog / tidy642 / convcase.txt next >
Encoding:
Text File  |  1993-10-12  |  391 b   |  12 lines

  1. By default, TIDY converts everything outside of strings and comment
  2. statements to upper case characters.  Lower-case translation is now
  3. selected by a *LCASE control card.
  4.  
  5. If desired, TIDY can be converted to translate to lower-case by default
  6. by editing subroutine INITDY and then recompiling.  In INITDY, change the
  7. line reading
  8.       CALL KCTSET (0)
  9. to
  10.       CALL KCTSET (1)
  11.  
  12.